func math.isNegInt

2 uses

	math (current package)
		gamma.go#L135: 	case isNegInt(x) || IsInf(x, -1) || IsNaN(x):
		gamma.go#L216: func isNegInt(x float64) bool {